home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / cellcont / data1.cab / DELPHIDM / Celldemo.exe / 0 / RCDATA / TFCELLTYP / TFCELLTYP.txt
Encoding:
Text File  |  1998-11-20  |  615 b   |  27 lines

  1. inherited FCelltyp: TFCelltyp
  2.   Left = 171
  3.   Top = 99
  4.   Caption = 'Cell Styles'
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Panel1: TPanel
  9.     inherited Cell1: TCell
  10.       ControlData = {
  11.         00000100D8380000BE130000000000000A000000010101010101000101001400
  12.         00000000}
  13.     end
  14.   end
  15.   inherited Panel2: TPanel
  16.     inherited BitBtn1: TBitBtn
  17.       OnClick = BitBtn1Click
  18.     end
  19.     inherited RichEdit1: TRichEdit
  20.       Lines.Strings = (
  21.         'Each Cell can be string, number,'
  22.         'button, listbox, combox, chart,'
  23.         'picture, lines and so on. ')
  24.     end
  25.   end
  26. end
  27.